Konsol:SurfNet(url)
Opens a URL specified by the value of parameter, url.
Whatever your default browser is, KonsolScript will open it with the given URL. (for Windows only)
function main() { Konsol:SurfNet("http://www.google.com") //opens Google's home site }